Use suffix .dylib for MacOS native modules#1107
Use suffix .dylib for MacOS native modules#1107kienhg96 wants to merge 2 commits intoquickjs-ng:masterfrom
Conversation
|
This breaks the Now, a 2nd bug here is why didn't the interpreter exit with error?! |
|
The CI process does not relate to this PR, so I'm checking the |
|
@saghul how do you think about the unique filename suffix for binary addon. In nodeJS, they have |
|
In macOS, CMake will generate the default suffix for binary output files depending on the type of library. |
Sounds about right. |
|
I don't know about trying both, that has potential for confusion. How problematic is use of .so instead of .dylib on macos? Not much, I expect. |
.so(Unix-like platforms) and.dll(Windows) extensions.dylibfor native modules